Table Storage

SQL Azure does not support this tab.

Store on Filegroup

Filegroup
Choose a filegroup that storing the table.

Text/Image Filegroup
Choose a filegroup for storing text, ntext, image, xml, varchar(max), nvarchar(max), varbinary(max), and CLR user-defined type columns.

Filestream Filegroup
Choose a filegroup for FILESTREAM data.

Note: Support from SQL Server 2008 or later.

Store on Partition Scheme

Note: Support from SQL Server 2005 or later.

Partition Scheme
Choose a partition scheme that storing the table.

Partition Column
Choose a partition column name.

Filestream Partition Scheme
Choose a partition scheme for FILESTREAM data.

Note: Support from SQL Server 2008 or later.

Data Compression

Note: Support from SQL Server 2008 or later.

Partition Number
The partition which the DATA_COMPRESSION setting applies.

Type

NONE
Table or specified partitions are not compressed.

ROW
Table or specified partitions are compressed by using row compression.

PAGE
Table or specified partitions are compressed by using page compression.